home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-serious-
/
programming
/
other
/
littelcomp
/
r5
/
lc
/
examples
/
for.l
< prev
next >
Wrap
Text File
|
2000-02-28
|
199b
|
15 lines
; l language
proc main ; testing speed :)
var a b c
codestart
for a 0 100 1
for b 0 1000 1
for c 0 1000 1
endfor
endfor
endfor
endproc
end